In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / SearchText_2 Method

SearchText_2 Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(275)>

Function SearchText_2( _

   ByVal Text As String, _

   ByVal Occurrence As Integer, _

   ByVal CaseSensitive As Boolean, _

   ByVal WholeWords As Boolean _

) As Boolean
[DispId(275)]

bool SearchText_2( 

   string Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords

)
function SearchText_2( 

    Text: String;

    Occurrence: Integer;

    CaseSensitive: Boolean;

    WholeWords: Boolean

): Boolean; 
DispIdAttribute(275)

function SearchText_2( 

   Text : String,

   Occurrence : int,

   CaseSensitive : boolean,

   WholeWords : boolean

) : boolean;
[DispId(275)]

bool SearchText_2( 

   string* Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords

) 
[DispId(275)]

bool SearchText_2( 

   String^ Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords

) 

Parameters

Text
Occurrence
CaseSensitive
WholeWords
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members